|
Week 2 - Blink Using OS
|
#include <blink.h>
Data Fields | |
| INT8U | prio |
| Task priority number (our handle) More... | |
| led_t | led_position |
| LED to be blink. More... | |
| uint32_t | start_delay |
| number of mS to delay before first LED on state More... | |
| uint32_t | blink_freq |
| How fast, in milli Hz will be blink it? More... | |
Structure which defines to blink_task() the LED to blink, the frequency to blink at and the task priority.
| uint32_t led_blink_s::blink_freq |
| uint32_t led_blink_s::start_delay |
1.8.9.1